DSTU2

This page is part of the FHIR Specification (v1.0.2: DSTU 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Uslab\do-uslab-example1.json

Raw JSON (canonical form)

USLabOrder Blood Lead

{
  "resourceType": "DiagnosticOrder",
  "id": "do-uslab-example1",
  "text": {
    "fhir_comments": [
      "   comment out to see if causing build to hang extension for a CC to a non ordering party in this case another provider\n\t<extension url=\"http://hl7.org/fhir/StructureDefinition/uslab-cc-practitioner\">\n\t\t<valueReference>\n\t\t\t<reference value=\"Practitioner/uslab-example2\"/>\n\t\t\t<display value=\"Dr Bill T Lookafter Jr\"/>\n\t\t</valueReference>\n\t</extension>\n  "
    ],
    "status": "generated",
    "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: do-uslab-example1</p><p><b>subject</b>: <a>Todd Lerr</a></p><p><b>orderer</b>: <a>Dr Leonard T Bloodraw Jr</a></p><p><b>identifier</b>: ORD000123A (OFFICIAL)</p><p><b>reason</b>: Abnormal lead level in blood <span>(Details : {http://www.icd10data.com/icd10pcs code 'R78.71' = '??', given as 'Abnormal lead level in blood'})</span></p><p><b>supportingInformation</b>: <a>Prior Results Observation</a>, <a>Lead Exposure</a></p><p><b>status</b>: requested</p><p><b>priority</b>: routine</p><h3>Events</h3><table><tr><td>-</td><td><b>Status</b></td><td><b>Description</b></td><td><b>DateTime</b></td></tr><tr><td>*</td><td>requested</td><td>new-request <span>(Details : {[not stated] code 'new-request' = '??)</span></td><td>04/12/2014 3:42:15 PM</td></tr></table><h3>Items</h3><table><tr><td>-</td><td><b>Code</b></td><td><b>Specimen</b></td><td><b>Status</b></td></tr><tr><td>*</td><td>Blood Lead <span>(Details : {LOINC code '5671-3' = 'Lead [Mass/volume] in Blood', given as 'Lead [Mass/volume] in Blood'}; {urn:oid:2.16.840.1.113883.3.72.5.24 code 'BLDLD' = '??', given as 'Blood Lead'})</span></td><td><a>Whole blood</a></td><td>requested</td></tr></table><p><b>note</b>: patient is afraid of needles</p></div>"
  },
  "subject": {
    "reference": "Patient/patient-uslab-example1",
    "display": "Todd Lerr"
  },
  "orderer": {
    "reference": "Practitioner/pract-uslab-example1",
    "display": "Dr Leonard T Bloodraw Jr"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:oid:2.16.840.1.113883.3.72.5.24",
      "_system": {
        "fhir_comments": [
          "   EH Using an OID here but could any URI  eg  http://aceclinic.com   "
        ]
      },
      "value": "ORD000123A"
    }
  ],
  "reason": [
    {
      "coding": [
        {
          "system": "http://www.icd10data.com/icd10pcs",
          "code": "R78.71",
          "display": "Abnormal lead level in blood"
        }
      ],
      "text": "Abnormal lead level in blood"
    }
  ],
  "supportingInformation": [
    {
      "reference": "Observation/obs-uslab-example1",
      "display": "Prior Results Observation"
    },
    {
      "reference": "Condition/cond-uslab-example1",
      "display": "Lead Exposure"
    }
  ],
  "status": "requested",
  "_status": {
    "fhir_comments": [
      "    EH this specimen is for when lab has existing\n<specimen>\n\t\t<reference value=\"Specimen/uslab-example1\"/>\n\t\t<display value=\"Whole blood\"/>\n\t</specimen>\n  ",
      "   EH this is set to 'requested' by the Placer  "
    ]
  },
  "priority": "routine",
  "event": [
    {
      "fhir_comments": [
        "   EH:  the event is the order placer requesting a test  "
      ],
      "status": "requested",
      "_status": {
        "fhir_comments": [
          "   EH this is set to 'requested' by the Placer is required element in core resource  "
        ]
      },
      "description": {
        "fhir_comments": [
          "   EH:bound to closed value setUSLAB Diagnostic Order Event Codes  "
        ],
        "coding": [
          {
            "code": "new-request"
          }
        ]
      },
      "dateTime": "2014-12-04T15:42:15-08:00",
      "_dateTime": {
        "fhir_comments": [
          "   EH: Showing dateTime to ss with TZO although only needed to Day   "
        ]
      }
    }
  ],
  "item": [
    {
      "code": {
        "fhir_comments": [
          "  EH :  The local and /or LOINC test codes go here   "
        ],
        "coding": [
          {
            "fhir_comments": [
              "   EH: LOINC code gos here  ",
              "   EH: LOINC code gos here  "
            ],
            "system": "http://loinc.org",
            "code": "5671-3",
            "display": "Lead [Mass/volume] in Blood"
          },
          {
            "system": "urn:oid:2.16.840.1.113883.3.72.5.24",
            "code": "BLDLD",
            "display": "Blood Lead"
          }
        ],
        "text": "Blood Lead"
      },
      "specimen": [
        {
          "reference": "Specimen/spec-uslab-example1",
          "display": "Whole blood"
        }
      ],
      "status": "requested",
      "_status": {
        "fhir_comments": [
          "   EH this is set to 'requested' by the Placer   "
        ]
      }
    }
  ],
  "note": [
    {
      "text": "patient is afraid of needles"
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.